home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / contentm.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1996-02-20  |  257 b   |  12 lines

  1. on enterFrame
  2.   set the movieTime of sprite 12 to 0
  3.   set the movieRate of sprite 12 to 1
  4. end
  5.  
  6. on exitFrame
  7.   repeat while (the movieTime of sprite 12 < 9660) and (the mouseDown <> 1)
  8.     updateStage()
  9.   end repeat
  10.   set the movieTime of sprite 12 to 0
  11. end
  12.